home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-01-16 | 439 b | 19 lines | [TEXT/ttxt] |
- Macintosh port-specific functions in XLisp:
-
- (showgraphics)
- (hidegraphics)
- (cleargraphics)
- (showpen)
- (hidepen)
- (move x y) ; movement relative to current position
- (moveto x y)
- (draw x y) ; drawing relative to current position
- (drawto x y)
- (penmode mode) ; modes as in Inside Macintosh
- (pensize xsize ysize)
- (penpat patternlist)
- (pennormal)
- (getpen) ; returns the pen's position
- (color redval greenval blueval) ; 0-65535 with 0 being black
-
-